Uses of Class
pow.webserver.Rights

Packages that use Rights
pow.webserver   
 

Uses of Rights in pow.webserver
 

Methods in pow.webserver that return Rights
 Rights User.getRights()
           
static Rights Rights.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Rights[] Rights.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pow.webserver with parameters of type Rights
 void User.setRights(Rights r)
          specify the type of right granted to the user
 

Constructors in pow.webserver with parameters of type Rights
User(java.lang.String log, java.lang.String pwd, Rights rght)
          create a user account